You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Regress Class > Regress Methods > Regress.NumericDerive Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Regress.NumericDerive Method

Numerical derivative for regress function.

Syntax
C#
Visual Basic
public static void NumericDerive(TRegressFun RegressFun, [In] double X, [In] double Y, [In] TVec Pars, [In] TVec Grad);

Routine calculates the derivatives of the regression function RegressFun at (X,Y) by numerical differentiation. The results of differentation are returned in Grad vector. The Length and Complex properties of Grad vector are NOT adjusted automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!